>>>>>>> devtest
Then(/^I am currently logged in$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I should get a list of available rooms$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I click on the boka button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
<<<<<<< HEAD Show Error +
Then(/^my room is added to my cart$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
AssertionError: Expected to be logged in
at createWorld.(anonymous) (/Users/mariantowfik/Desktop/hoolitels/frontend/tests/selenium/step-definitions/login.js:34:9)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
======= >>>>>>> devtest
Then(/^I am currently logged in$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I should get a list of available rooms$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
<<<<<<< HEAD Show Error +
Then(/^I choose Extrasäng$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
AssertionError: Expected to be logged in
at createWorld.(anonymous) (/Users/mariantowfik/Desktop/hoolitels/frontend/tests/selenium/step-definitions/login.js:34:9)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
Then(/^I click the boka button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
<<<<<<< HEAD ======= >>>>>>> devtest
Then(/^my room is added to my cart$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I am currently logged in$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I should get a list of available rooms$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I choose Halvpension$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I click the boka button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^my room is added to my cart$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I am currently logged in$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I should get a list of available rooms$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I choose Helpension$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I click the boka button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^my room is added to my cart$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
<<<<<<< HEAD Show Error +
Then(/^I am currently logged in$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
TypeError: Cannot read property 'click' of null
at createWorld.(anonymous) (/Users/mariantowfik/Desktop/hoolitels/frontend/tests/selenium/step-definitions/roomsByCity.js:6:18)
at processTicksAndRejections (internal/process/task_queues.js:93:5)
Then(/^I should get a list of available rooms$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^I choose All-inclusive$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
<<<<<<< HEAD
Then(/^I click the boka button$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });
Then(/^my room is added to my cart$/, function(callback) { // Write code here that turns the phrase above into concrete actions callback(null, 'pending'); });